@charset "UTF-8";
.wy-top {
  width: 100%;
  min-width: 1200px;
  background-color: #ffffff;
  position: fixed;
  font-size: 0;
  z-index: 9;
  box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.14); }
  .wy-top .top-con {
    width: 100%;
    border-bottom: 1px solid #eeeeee; }
    .wy-top .top-con .top-con-con {
      height: 60px;
      line-height: 60px;
      position: relative;
      z-index: 2; }
      .wy-top .top-con .top-con-con .top-left {
        display: inline-block;
        vertical-align: middle; }
        .wy-top .top-con .top-con-con .top-left .logo {
          height: 30px;
          line-height: 30px;
          display: inline-block;
          vertical-align: middle; }
          .wy-top .top-con .top-con-con .top-left .logo img {
            height: 100%;
            vertical-align: top; }
        .wy-top .top-con .top-con-con .top-left .title {
          margin-left: 15px;
          display: inline-block;
          vertical-align: middle;
          line-height: 20px;
          font-weight: bolder;
          color: var(--main-font-color, #333333);
          font-size: 20px; }
      .wy-top .top-con .top-con-con .top-right {
        text-align: right;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%); }
        .wy-top .top-con .top-con-con .top-right .top-right-nav {
          display: inline-block;
          vertical-align: middle;
          font-size: 12px;
          margin-right: 20px; }
          .wy-top .top-con .top-con-con .top-right .top-right-nav li {
            height: 14px;
            line-height: 14px;
            display: inline-block;
            padding-left: 15px;
            margin-left: 15px;
            border-left: 1px solid #cccccc;
            position: relative; }
            .wy-top .top-con .top-con-con .top-right .top-right-nav li:first-child {
              border: none; }
            .wy-top .top-con .top-con-con .top-right .top-right-nav li:hover .li-con {
              display: block; }
            .wy-top .top-con .top-con-con .top-right .top-right-nav li .icon {
              font-size: 14px;
              margin-right: 3px; }
            .wy-top .top-con .top-con-con .top-right .top-right-nav li a {
              color: var(--vice-font-color, #666666); }
              .wy-top .top-con .top-con-con .top-right .top-right-nav li a:hover {
                color: var(--vice-color, #fa352f); }
            .wy-top .top-con .top-con-con .top-right .top-right-nav li .li-con {
              display: none;
              width: auto;
              padding: 5px;
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              font-size: 14px;
              color: var(--main-font-color, #333333); }
              .wy-top .top-con .top-con-con .top-right .top-right-nav li .li-con .pic {
                width: 100px;
                margin-top: 10px;
                box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
                animation: top-right-nav-li-con 0.3s;
                background-color: #ffffff;
                padding: 5px; }
                .wy-top .top-con .top-con-con .top-right .top-right-nav li .li-con .pic img {
                  width: 100%; }
              .wy-top .top-con .top-con-con .top-right .top-right-nav li .li-con .title {
                padding: 20px;
                margin-top: 10px;
                box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
                animation: top-right-nav-li-con 0.3s;
                background-color: #ffffff;
                white-space: nowrap; }
          .wy-top .top-con .top-con-con .top-right .top-right-nav .nav-call {
            font-size: 20px;
            font-weight: bold; }
            .wy-top .top-con .top-con-con .top-right .top-right-nav .nav-call span {
              color: var(--main-color, #DF352F); }
            .wy-top .top-con .top-con-con .top-right .top-right-nav .nav-call .icon {
              font-size: 22px;
              font-weight: normal;
              color: var(--main-color, #DF352F); }
        .wy-top .top-con .top-con-con .top-right .top-nav-login {
          display: inline-block;
          vertical-align: middle; }
          .wy-top .top-con .top-con-con .top-right .top-nav-login span {
            margin-left: 15px;
            display: inline-block;
            vertical-align: middle;
            width: 80px;
            height: 30px;
            line-height: 30px;
            border-radius: 30px; }
  .wy-top .top-nav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: var(--main-color, #DF352F); }
    .wy-top .top-nav .top-nav-con {
      position: relative;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .wy-top .top-nav .top-nav-con .top-nav-ul {
        display: inline-block; }
        .wy-top .top-nav .top-nav-con .top-nav-ul li {
          display: inline-block;
          vertical-align: top;
          padding: 0 23.5px;
          font-size: 16px;
          text-align: center;
          position: relative; }
          .wy-top .top-nav .top-nav-con .top-nav-ul li a {
            display: block;
            width: 100%;
            height: 100%; }
          .wy-top .top-nav .top-nav-con .top-nav-ul li span {
            color: #ffffff; }
          .wy-top .top-nav .top-nav-con .top-nav-ul li .li-con {
            width: auto;
            font-size: 16px;
            line-height: 20px;
            border: 1px solid #eeeeee;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            background-color: #ffffff;
            padding: 10px 20px;
            box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.14);
            animation: stretch .3s; }
            .wy-top .top-nav .top-nav-con .top-nav-ul li .li-con .pic {
              width: 100px; }
              .wy-top .top-nav .top-nav-con .top-nav-ul li .li-con .pic img {
                width: 100%; }
            .wy-top .top-nav .top-nav-con .top-nav-ul li .li-con span {
              display: inline-block;
              padding: 10px 0;
              white-space: nowrap; }
        .wy-top .top-nav .top-nav-con .top-nav-ul .select-span {
          position: relative;
          background-color: #ffffff; }
          .wy-top .top-nav .top-nav-con .top-nav-ul .select-span span {
            color: var(--main-color, #DF352F); }
          .wy-top .top-nav .top-nav-con .top-nav-ul .select-span .li-con span {
            color: var(--vice-font-color, #666666); }
      .wy-top .top-nav .top-nav-con .top-right-search {
        width: 200px;
        height: 35px;
        line-height: 35px;
        font-size: 0;
        position: relative; }
        .wy-top .top-nav .top-nav-con .top-right-search .search-input {
          width: 100%;
          height: 35px;
          border-radius: 35px;
          padding: 0 40px 0 15px;
          font-size: 14px;
          border: 1px solid #ffffff;
          color: #ffffff;
          background: none;
          margin: 0;
          transition: all 0.3s;
          box-shadow: none; }
          .wy-top .top-nav .top-nav-con .top-right-search .search-input::-webkit-input-placeholder {
            color: #ffffff; }
          .wy-top .top-nav .top-nav-con .top-right-search .search-input:hover {
            border: 1px solid #ffffff; }
          .wy-top .top-nav .top-nav-con .top-right-search .search-input:focus {
            box-shadow: none;
            border: 1px solid #ffffff; }
        .wy-top .top-nav .top-nav-con .top-right-search .icon {
          height: 100%;
          color: #ffffff;
          cursor: pointer;
          font-size: 18px;
          display: inline-block;
          padding: 0 15px 0 10px;
          position: absolute;
          right: 0; }
          .wy-top .top-nav .top-nav-con .top-right-search .icon:hover {
            color: #ffffff; }

.bottom-wy-top {
  height: 121px; }
  .bottom-wy-top .bottom-wy-top-con {
    position: relative;
    /*默认轮播导航*/
    /*白色轮播导航*/
    /*登录模块*/ }
    .bottom-wy-top .bottom-wy-top-con .wy-banner-nav {
      position: absolute;
      top: 121px; }
      .bottom-wy-top .bottom-wy-top-con .wy-banner-nav .wy-banner-nav-con {
        padding: 20px;
        font-size: 0;
        line-height: normal; }
        .bottom-wy-top .bottom-wy-top-con .wy-banner-nav .wy-banner-nav-con .nav-ul {
          height: 100%;
          display: inline-block;
          vertical-align: top;
          background-color: rgba(0, 0, 0, 0.6);
          text-align: center;
          overflow-y: auto;
          position: relative;
          z-index: 2;
          box-shadow: 10px 0 10px 0 rgba(0, 0, 0, 0.5); }
          .bottom-wy-top .bottom-wy-top-con .wy-banner-nav .wy-banner-nav-con .nav-ul::-webkit-scrollbar {
            display: none; }
          .bottom-wy-top .bottom-wy-top-con .wy-banner-nav .wy-banner-nav-con .nav-ul li {
            min-width: 150px;
            padding: 15px 30px 15px 20px;
            color: #ffffff;
            text-align: left;
            position: relative; }
            .bottom-wy-top .bottom-wy-top-con .wy-banner-nav .wy-banner-nav-con .nav-ul li a {
              color: #ffffff; }
            .bottom-wy-top .bottom-wy-top-con .wy-banner-nav .wy-banner-nav-con .nav-ul li .title {
              font-size: 15px;
              width: 100%; }
            .bottom-wy-top .bottom-wy-top-con .wy-banner-nav .wy-banner-nav-con .nav-ul li .icon {
              font-size: 12px;
              position: absolute;
              top: 50%;
              right: 0;
              transform: translate(-100%, -50%); }
            .bottom-wy-top .bottom-wy-top-con .wy-banner-nav .wy-banner-nav-con .nav-ul li:hover {
              background-color: #333333; }
        .bottom-wy-top .bottom-wy-top-con .wy-banner-nav .wy-banner-nav-con .nav-con {
          height: 100%;
          display: inline-block;
          vertical-align: top;
          background-color: #333333;
          overflow-y: auto;
          position: relative;
          z-index: 2;
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); }
          .bottom-wy-top .bottom-wy-top-con .wy-banner-nav .wy-banner-nav-con .nav-con::-webkit-scrollbar {
            display: none; }
          .bottom-wy-top .bottom-wy-top-con .wy-banner-nav .wy-banner-nav-con .nav-con .con-con {
            padding: 15px 25px;
            width: 590px; }
            .bottom-wy-top .bottom-wy-top-con .wy-banner-nav .wy-banner-nav-con .nav-con .con-con a {
              color: #999999; }
              .bottom-wy-top .bottom-wy-top-con .wy-banner-nav .wy-banner-nav-con .nav-con .con-con a:hover {
                color: #ffffff; }
            .bottom-wy-top .bottom-wy-top-con .wy-banner-nav .wy-banner-nav-con .nav-con .con-con .title {
              font-size: 15px;
              color: #ffffff;
              font-weight: bold;
              padding: 5px 0;
              position: relative; }
              .bottom-wy-top .bottom-wy-top-con .wy-banner-nav .wy-banner-nav-con .nav-con .con-con .title .title-icon {
                position: absolute;
                right: 0;
                font-size: 12px;
                font-weight: normal; }
            .bottom-wy-top .bottom-wy-top-con .wy-banner-nav .wy-banner-nav-con .nav-con .con-con .list {
              padding: 10px; }
              .bottom-wy-top .bottom-wy-top-con .wy-banner-nav .wy-banner-nav-con .nav-con .con-con .list .list-span {
                display: inline-block;
                font-size: 14px;
                padding-right: 10px;
                margin: 5px 10px;
                position: relative; }
                .bottom-wy-top .bottom-wy-top-con .wy-banner-nav .wy-banner-nav-con .nav-con .con-con .list .list-span:after {
                  content: '';
                  width: 1px;
                  height: 12px;
                  border-right: 1px solid #666666;
                  position: absolute;
                  right: 0;
                  top: 50%;
                  transform: translateY(-50%); }
              .bottom-wy-top .bottom-wy-top-con .wy-banner-nav .wy-banner-nav-con .nav-con .con-con .list .list-course {
                width: 150px;
                display: inline-block;
                vertical-align: top;
                margin: 5px 10px; }
                .bottom-wy-top .bottom-wy-top-con .wy-banner-nav .wy-banner-nav-con .nav-con .con-con .list .list-course .course-pic {
                  width: 100%;
                  margin-bottom: 8px;
                  overflow: hidden; }
                  .bottom-wy-top .bottom-wy-top-con .wy-banner-nav .wy-banner-nav-con .nav-con .con-con .list .list-course .course-pic:hover img {
                    transform: scale(1.1); }
                  .bottom-wy-top .bottom-wy-top-con .wy-banner-nav .wy-banner-nav-con .nav-con .con-con .list .list-course .course-pic img {
                    width: 100%;
                    transition: all 0.3s; }
                .bottom-wy-top .bottom-wy-top-con .wy-banner-nav .wy-banner-nav-con .nav-con .con-con .list .list-course .course-p {
                  font-size: 14px;
                  display: -webkit-box;
                  -webkit-line-clamp: 2;
                  -webkit-box-orient: vertical;
                  overflow: hidden; }
    .bottom-wy-top .bottom-wy-top-con .white-wy-banner-nav .wy-banner-nav-con .nav-ul {
      background-color: #ffffff;
      box-shadow: 10px 0 10px 0 rgba(0, 0, 0, 0.2); }
      .bottom-wy-top .bottom-wy-top-con .white-wy-banner-nav .wy-banner-nav-con .nav-ul li {
        color: #333333; }
        .bottom-wy-top .bottom-wy-top-con .white-wy-banner-nav .wy-banner-nav-con .nav-ul li a {
          color: #333333; }
        .bottom-wy-top .bottom-wy-top-con .white-wy-banner-nav .wy-banner-nav-con .nav-ul li:hover {
          background-color: #eeeeee; }
    .bottom-wy-top .bottom-wy-top-con .white-wy-banner-nav .wy-banner-nav-con .nav-con {
      background-color: #ffffff; }
      .bottom-wy-top .bottom-wy-top-con .white-wy-banner-nav .wy-banner-nav-con .nav-con .con-con a {
        color: #666666; }
        .bottom-wy-top .bottom-wy-top-con .white-wy-banner-nav .wy-banner-nav-con .nav-con .con-con a:hover {
          color: #333333; }
      .bottom-wy-top .bottom-wy-top-con .white-wy-banner-nav .wy-banner-nav-con .nav-con .con-con .title {
        color: #333333; }
      .bottom-wy-top .bottom-wy-top-con .white-wy-banner-nav .wy-banner-nav-con .nav-con .con-con .list .list-span:after {
        border-right: 1px solid #666666; }
    .bottom-wy-top .bottom-wy-top-con .top-nav-login {
      width: 200px;
      height: 330px;
      text-align: center;
      background-color: rgba(255, 255, 255, 0.9);
      box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      overflow: hidden;
      position: absolute;
      z-index: 3;
      right: 30px;
      top: 151px;
      line-height: normal; }
      .bottom-wy-top .bottom-wy-top-con .top-nav-login .header {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        margin: 20px auto; }
        .bottom-wy-top .bottom-wy-top-con .top-nav-login .header img {
          width: 100%; }
      .bottom-wy-top .bottom-wy-top-con .top-nav-login .name {
        font-size: 16px;
        color: var(--main-font-color, #333333);
        font-weight: bolder; }
      .bottom-wy-top .bottom-wy-top-con .top-nav-login .login-but {
        width: 80px;
        height: 30px;
        line-height: 30px;
        margin: 10px auto;
        border-radius: 5px; }
      .bottom-wy-top .bottom-wy-top-con .top-nav-login .operation {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #cccccc; }
        .bottom-wy-top .bottom-wy-top-con .top-nav-login .operation a {
          color: var(--main-font-color, #333333);
          font-size: 14px; }
        .bottom-wy-top .bottom-wy-top-con .top-nav-login .operation span {
          margin: 0 15px; }
      .bottom-wy-top .bottom-wy-top-con .top-nav-login .tip {
        color: var(--vice-font-color, #666666);
        font-size: 12px; }
        .bottom-wy-top .bottom-wy-top-con .top-nav-login .tip label {
          color: #0264ff; }
      .bottom-wy-top .bottom-wy-top-con .top-nav-login .notice {
        width: 160px;
        font-size: 14px;
        color: var(--main-font-color, #333333);
        margin: 5px auto 0;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: left; }
        .bottom-wy-top .bottom-wy-top-con .top-nav-login .notice img {
          width: 18px; }
      .bottom-wy-top .bottom-wy-top-con .top-nav-login .yes-login {
        text-align: center;
        font-size: 0; }
        .bottom-wy-top .bottom-wy-top-con .top-nav-login .yes-login .yes-center {
          color: var(--main-color, #DF352F);
          height: 30px;
          line-height: 30px;
          font-size: 14px; }
        .bottom-wy-top .bottom-wy-top-con .top-nav-login .yes-login .yes-con {
          width: 90px;
          display: inline-block;
          vertical-align: top;
          text-align: center;
          padding: 5px 10px;
          font-size: 14px;
          margin: 10px 0; }
        .bottom-wy-top .bottom-wy-top-con .top-nav-login .yes-login .icon {
          font-size: 24px; }

@keyframes top-right-nav-li-con {
  from {
    margin-top: 20px;
    opacity: 0; }
  to {
    margin-top: 10px;
    opacity: 1; } }
@keyframes stretch {
  from {
    transform: translate(-50%, -15%); }
  to {
    transform: translate(-50%, 0); } }

/*# sourceMappingURL=header.css.map */
